SetLoggerChannels(string,string,Dictionary<string,Type>) Method

Summary
Sets the logger channels for the specified add-in.
Syntax
C#
VB
C++
public void SetLoggerChannels( 
   string addinName, 
   string loggerName, 
   Dictionary<string, Type> channels 
) 
  
Public Overloads Sub SetLoggerChannels( _ 
   ByVal addinName As String, _ 
   ByVal loggerName As String, _ 
   ByVal channels As Dictionary(Of String,Type) _ 
)  
public: 
void SetLoggerChannels(  
   String^ addinName, 
   String^ loggerName, 
   Dictionary<String^,Type^>^ channels 
)  

Parameters

addinName
Name of the add-in.

loggerName
Name of the logger.

channels
The list of channels to add to the logger.

Remarks

If the logger does not exist when this method is called it will be created.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.